home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-21 | 781 b | 29 lines | [TEXT/ttxt] |
- in module DemoModule
-
- --*******************************************************************************
- --* Class name: RolloverShape
- --*
- --* Inherits from: TwoDShape and Rollover
- --* Class type: Concrete
- --* Component: User Interface
- --*
- --* Description: This class is an example of how to mix in the Rollover class
- --* with a TwoDShape.
- --*
- --* Usage: rs := new RolloverShape exitBitmap:<some bitmap> \
- --* enterBitmap:<some bitmap>
- --*
- --* IVs: none
- --*
- --* Methods: none
- --*
- --* Required files: rollover.sx
- --*
- --* Notes:
- --*
- --* Author: Su Quek - Kaleida Labs, Inc.
- --*******************************************************************************
- class RolloverShape (TwoDShape, Rollover)
- end
-
-